home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000158_icon-group-sender _Thu Jul 18 22:31:16 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 19 Jul 1996 17:02:31 MST
  2. Date: Thu, 18 Jul 96 22:31:16 PDT
  3. From: escargo@skypoint.com
  4. Subject: Icon 9.0/386
  5. To: icon-group@cs.arizona.edu
  6. X-Mailer: Chameleon V0.05, TCP/IP for Windows, NetManage Inc.
  7. Message-Id: <Chameleon.960718223730.escargo@.skypoint.com>
  8. Mime-Version: 1.0
  9. Content-Type: TEXT/PLAIN; charset=US-ASCII
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11. Status: O
  12.  
  13. I am doing some minor development using Icon 9.0 for the 386, using the
  14. Windows memory extender.
  15.  
  16. I was trying to discover why my include files weren't including and my
  17. link files not linking.
  18.  
  19. I discovered that there is something about how LPATH and IPATH are treated
  20. that seems to make a difference.
  21.  
  22. I thought I would be able to do something like this:
  23.  
  24. set ipath="e:\icon\gprocs e:\icon\procs"
  25. set lpath="e:\icon\gincl e:\icon\incl"
  26.  
  27. That didn't work.  For the include files, I just copied them into the source
  28. directories.
  29.  
  30. For the links, though, that was more than I wanted to do.  I experimented
  31. with different values for ipath.  What eventually worked was:
  32.  
  33. set ipath="..\procs"
  34.  
  35. As long as the path was relative, it seemed to work, but if it was
  36. e:\icon\procs or \icon\procs it would not.
  37.  
  38. Did I overlook something in the documentation, or is it not supposed to
  39. work quite this way?
  40.  
  41. -------------------------------------
  42. Name: David S. Cargo
  43. E-mail: escargo@skypoint.com
  44.  
  45.  
  46.  
  47.